#!/bin/sh

# Insert current date into the current selection.
# If any character are selected, they will be deleted.

echo $(date)